ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / Load Method / Load(Stream,BaseTransform[]) Method
The input stream.
The transformation chain for the image that is being loaded.

In This Topic
    Load(Stream,BaseTransform[]) Method
    In This Topic
    Loads the image from a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As Stream, _
       ByVal ParamArray transforms() As BaseTransform _
    ) 
    public void Load( 
       Stream stream,
       params BaseTransform[] transforms
    )

    Parameters

    stream
    The input stream.
    transforms
    The transformation chain for the image that is being loaded.
    See Also